home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
005
/
hb20pt1.arc
/
INSDONE.BAT
< prev
next >
Wrap
DOS Batch File
|
1986-05-26
|
1KB
|
43 lines
rem INSDONE.BAT (May be erased from Hard disk after install) May 26,86
rem %1=fff=floppy ddd=hard disk,%2 = drive let
cd \
if a%1 == afff goto id7
if exist %2insh$r-t.bat del %2insh$r-t.bat
:id7
cls
echo
+ + + HomeBase is now ready! + + +
if not a%1 == afff goto id9
if not exist a:autoexec.old goto done
:id9
echo To test if HomeBase automatically installs
echo itself you must "reboot" by pressing the
echo [Cntrl], [Alt], and [Del] keys (all at the same time).
echo When the boot is done, you will see the message:
echo "Press Alt/Shift/H for HomeBase". However...
echo REMEMBER: Check and MODIFY your autoexec.bat file BEFORE you
echo reboot. (Check the installation document if you didn't
echo understand the comments about this made earlier.) If you
echo don't want automatic bootup of HomeBase type:
echo copy \autoexec.old \autoexec.bat
if not %1/ == fff/ goto id12
echo (You may now run CLEANUP.BAT by typing "a:cleanup". This cleans up
echo Drive A:'s install progs. See CLEANUP.DOC for additional info.)
:id12
echo
Please check your AUTOEXEC.BAT file NOW!
:done
echo --- HomeBase Installation Finished ---